home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 1: #1 / CCCC 8804 Volume 1 Number 1 - Alde.iso / C / MISC / UTIL / GLOB.ARC / MAKE.BAT < prev    next >
Encoding:
DOS Batch File  |  1987-07-20  |  239 b   |  9 lines

  1. REM    makefile for glob routines by John Plocher
  2. REM    glob is a routine which expands DOS style wildcards into an argv array
  3.  
  4. REM    Microsoft C 3.0 and 4.0        -Must pack structures in glob.c-
  5.  
  6. cl -O -c -Zp glob.c
  7. cl -O chd.c glob -o chd
  8.  
  9.